home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 May / maximum-cd-2009-05.iso / DiscContents / XBMC_for_Windows-8.10.exe / web / styles / Project Mayhem / screen.css
Encoding:
Cascading Style Sheet File  |  2008-11-03  |  29.6 KB  |  844 lines

  1. body
  2. {
  3.     font-family : Arial, Helvetica, Verdana;
  4.     font-size : 12px;
  5.     background-image : url('images/Background.png');
  6.     margin : 0;
  7.     padding : 0;
  8.     overflow : hidden;
  9.  
  10.     text-align : center;
  11.     
  12.     border : 0;
  13. }    
  14.  
  15. a
  16. {
  17.     outline: none;
  18. }
  19.  
  20. #SiteContainer
  21.     margin : auto;
  22.     
  23.     width : 1000px;
  24.     height : 580px;
  25.     
  26.     text-align : left;
  27. }
  28.  
  29. div.SiteBackgroundHome
  30.     background-image : url('images/BackgroundHome.png');
  31. }
  32.  
  33. div.SiteBackgroundMyPictures
  34.     background-image : url('images/BackgroundMyPictures.png');
  35. }
  36.  
  37. div.SiteBackgroundMyMusic, div.SiteBackgroundMusicPlaylist
  38.     background-image : url('images/BackgroundMyMusic.png');
  39. }
  40.  
  41. div.SiteBackgroundMyVideos, div.SiteBackgroundVideoPlaylist
  42.     background-image : url('images/BackgroundMyVideos.png');
  43. }
  44.  
  45. div.SiteBackgroundConfiguration
  46.     background-image : url('images/BackgroundConfiguration.png');
  47. }
  48.  
  49.  
  50.  
  51.     #SiteContainer #SiteLeftContainer
  52.     { 
  53.         position : relative;
  54.         float : left;
  55.     
  56.     }
  57.         
  58.     
  59.     
  60.         #SiteContainer #SiteLeftContainer #SiteMenuContainer
  61.         {
  62.             position : absolute;
  63.             width : 200px;
  64.             height : 330px;
  65.             top : 150px;
  66.             left : 40px;
  67.  
  68.             /* Fix for buggy IE */
  69.             font-size : 1px;        
  70.         }
  71.     
  72.             #SiteContainer #SiteLeftContainer #SiteMenuContainer ul
  73.             {
  74.                 margin: 0;
  75.                 padding: 0;
  76.                 list-style-type: none;
  77.             }
  78.        
  79.                 #SiteContainer #SiteLeftContainer #SiteMenuContainer ul li a
  80.                 {
  81.                     display: block;
  82.                     margin : 0px 0px 2px 0px;
  83.                     width: 220px;
  84.                     height : 34px;
  85.                 }
  86.     
  87.                     #SiteContainer #SiteLeftContainer #SiteMenuContainer ul li a span
  88.                     {
  89.                         display : none;
  90.                     }
  91.     
  92.     
  93.                 #SiteContainer #SiteLeftContainer #SiteMenuContainer ul li.MyPictures a
  94.                 {
  95.                     background-image : url('images/MenuMyPicturesOff.png');
  96.                 }
  97.             
  98.                 #SiteContainer #SiteLeftContainer #SiteMenuContainer ul li.MyPictures a:hover
  99.                 {
  100.                     background-image : url('images/MenuMyPicturesOver.png');
  101.                 }
  102.                 
  103.                 #SiteContainer #SiteLeftContainer #SiteMenuContainer ul li.MyMusic a
  104.                 {
  105.                     background-image : url('images/MenuMyMusicOff.png');
  106.                 }
  107.                 
  108.                 #SiteContainer #SiteLeftContainer #SiteMenuContainer ul li.MyMusic a:hover
  109.                 {
  110.                     background-image : url('images/MenuMyMusicOver.png');
  111.                 }
  112.                 
  113.                 #SiteContainer #SiteLeftContainer #SiteMenuContainer ul li.MyVideos a
  114.                 {
  115.                     background-image : url('images/MenuMyVideosOff.png');
  116.                 }
  117.                 
  118.                 #SiteContainer #SiteLeftContainer #SiteMenuContainer ul li.MyVideos a:hover
  119.                 {
  120.                     background-image : url('images/MenuMyVideosOver.png');
  121.                 }
  122.                 
  123.                 #SiteContainer #SiteLeftContainer #SiteMenuContainer ul li.MusicPlaylist a
  124.                 {
  125.                     background-image : url('images/MenuMusicPlaylistOff.png');
  126.                 }
  127.                 
  128.                 #SiteContainer #SiteLeftContainer #SiteMenuContainer ul li.MusicPlaylist a:hover
  129.                 {
  130.                     background-image : url('images/MenuMusicPlaylistOver.png');
  131.                 }
  132.                 
  133.                 #SiteContainer #SiteLeftContainer #SiteMenuContainer ul li.VideoPlaylist a
  134.                 {
  135.                     background-image : url('images/MenuVideoPlaylistOff.png');
  136.                 }
  137.                 
  138.                 #SiteContainer #SiteLeftContainer #SiteMenuContainer ul li.VideoPlaylist a:hover
  139.                 {
  140.                     background-image : url('images/MenuVideoPlaylistOver.png');
  141.                 }
  142.     
  143.  
  144.  
  145.  
  146.  
  147.  
  148.         #SiteContainer #SiteLeftContainer #SiteControlContainer
  149.         {
  150.             position : absolute;
  151.             width : 161px;
  152.             height : 84px;
  153.             left : 75px;
  154.             top : 360px;
  155.             background-image : url('images/ControlBackground.png');
  156.         }
  157.  
  158.             #SiteContainer #SiteLeftContainer #SiteControlContainer ul
  159.             {
  160.                 margin: 0;
  161.                 padding: 0;
  162.                 list-style-type: none;
  163.                 
  164.                 /* Fix for buggy IE */
  165.                 font-size : 1px;
  166.             }
  167.  
  168.                 #SiteContainer #SiteLeftContainer #SiteControlContainer ul li a span
  169.                 {
  170.                     display : none;
  171.                 }
  172.  
  173.                 #SiteContainer #SiteLeftContainer #SiteControlContainer ul li.Stop a
  174.                 {
  175.                     position : absolute;
  176.                     width : 34px;
  177.                     height : 36px;
  178.                     left : 34px;
  179.                     top : 23px;
  180.                     
  181.                 }
  182.  
  183.                 #SiteContainer #SiteLeftContainer #SiteControlContainer ul li.Stop a:hover
  184.                 {
  185.                     background-image : url('images/ControlStopOver.png');
  186.                 }
  187.                 
  188.                 #SiteContainer #SiteLeftContainer #SiteControlContainer ul li.Play a
  189.                 {
  190.                     position : absolute;
  191.                     width : 52px;
  192.                     height : 48px;
  193.                     left : 58px;
  194.                     top : 9px;
  195.                     
  196.                 }
  197.                 
  198.                 #SiteContainer #SiteLeftContainer #SiteControlContainer ul li.Play a:hover
  199.                 {
  200.                     background-image : url('images/ControlPlayOver.png');
  201.                 }
  202.                 
  203.                 
  204.                 #SiteContainer #SiteLeftContainer #SiteControlContainer ul li.Pause a
  205.                 {
  206.                     position : absolute;
  207.                     width : 32px;
  208.                     height : 36px;
  209.                     left : 101px;
  210.                     top : 10px;
  211.                     
  212.                 }
  213.                 
  214.                 #SiteContainer #SiteLeftContainer #SiteControlContainer ul li.Pause a:hover
  215.                 {
  216.                     background-image : url('images/ControlPauseOver.png');
  217.                 }
  218.                 
  219.                                 
  220.                 #SiteContainer #SiteLeftContainer #SiteControlContainer ul li.Previous a
  221.                 {
  222.                     position : absolute;
  223.                     width : 38px;
  224.                     height : 38px;
  225.                     left : 2px;
  226.                     top : 26px;
  227.                     
  228.                 }
  229.                 
  230.                 #SiteContainer #SiteLeftContainer #SiteControlContainer ul li.Previous a:hover
  231.                 {
  232.                     background-image : url('images/ControlPreviousOver.png');
  233.                 }
  234.                 
  235.                 #SiteContainer #SiteLeftContainer #SiteControlContainer ul li.Next a
  236.                 {
  237.                     position : absolute;
  238.                     width : 33px;
  239.                     height : 34px;
  240.                     left : 125px;
  241.                     top : 6px;
  242.                     
  243.                 }
  244.                 
  245.                 #SiteContainer #SiteLeftContainer #SiteControlContainer ul li.Next a:hover
  246.                 {
  247.                     background-image : url('images/ControlNextOver.png');
  248.                 }
  249.                 
  250.                 #SiteContainer #SiteLeftContainer #SiteControlContainer ul li.SkipBackward a
  251.                 {
  252.                     position : absolute;
  253.                     width : 70px;
  254.                     height : 25px;
  255.                     left : 25px;
  256.                     top : 56px;
  257.                     
  258.                 }
  259.                 
  260.                 #SiteContainer #SiteLeftContainer #SiteControlContainer ul li.SkipBackward a:hover
  261.                 {
  262.                     background-image : url('images/ControlSkipBackwardOver.png');
  263.                 }
  264.                 
  265.                 #SiteContainer #SiteLeftContainer #SiteControlContainer ul li.SkipForward a
  266.                 {
  267.                     position : absolute;
  268.                     width : 57px;
  269.                     height : 35px;
  270.                     left : 93px;
  271.                     top : 38px;
  272.                     
  273.                 }
  274.                 
  275.                 #SiteContainer #SiteLeftContainer #SiteControlContainer ul li.SkipForward a:hover
  276.                 {
  277.                     background-image : url('images/ControlSkipForwardOver.png');
  278.                 }
  279.  
  280.  
  281.  
  282.         #SiteContainer #SiteLeftContainer #SiteSubMenuContainer
  283.         {
  284.             position : absolute;
  285.             width : 198px;
  286.             height : 50px;
  287.             left : 55px;
  288.             top : 480px;
  289.         background-image : url('images/SubMenuBackground.png');
  290.         }
  291.         
  292.             #SiteContainer #SiteLeftContainer #SiteSubMenuContainer ul
  293.             {
  294.                 margin: 0;
  295.                 padding: 0;
  296.                 list-style-type: none;
  297.                 
  298.                 /* Fix for buggy IE */
  299.                 font-size : 1px;
  300.         
  301.  
  302.             }
  303.         
  304.                 #SiteContainer #SiteLeftContainer #SiteSubMenuContainer ul li#Subpanel
  305.                 {
  306.                     display : none;
  307.                 }
  308.                 
  309.                     #SiteContainer #SiteLeftContainer #SiteSubMenuContainer ul li a span
  310.                     {
  311.                         display : none;
  312.                     }
  313.  
  314.                 #SiteContainer #SiteLeftContainer #SiteSubMenuContainer ul li.Dash a
  315.                 {
  316.                     position : absolute;
  317.                     width : 35px;
  318.                     height : 35px;
  319.                     left : 11px;
  320.                     top : 5px;
  321.  
  322.                     background-image : url('images/SubMenuDashOff.png');
  323.                 }
  324.                 #SiteContainer #SiteLeftContainer #SiteSubMenuContainer ul li.Dash a:hover
  325.                 {
  326.                     position : absolute;
  327.                     width : 35px;
  328.                     height : 50px;
  329.                     left : 11px;
  330.                     top : 5px;
  331.  
  332.                     background-image : url('images/SubMenuDash.png');
  333.                 }
  334.                 #SiteContainer #SiteLeftContainer #SiteSubMenuContainer ul li.Reboot a
  335.                 {
  336.  
  337.                     position : absolute;
  338.                     width : 35px;
  339.                     height : 35px;
  340.                     left : 25px;
  341.                     top : 5px;
  342.                     
  343.  
  344.                     background-image : url('images/SubMenuRebootOff.png');
  345.                 }
  346.                 #SiteContainer #SiteLeftContainer #SiteSubMenuContainer ul li.Reboot a:hover
  347.                 {
  348.  
  349.                     position : absolute;
  350.                     width : 35px;
  351.                     height : 50px;
  352.                     left : 25px;
  353.                     top : 5px;
  354.                     
  355.  
  356.                     background-image : url('images/SubMenuReboot.png');
  357.                 }
  358.  
  359.                 #SiteContainer #SiteLeftContainer #SiteSubMenuContainer ul li.Shutdown a
  360.                 {
  361.                     position : absolute;
  362.                     width : 35px;
  363.                     height : 35px;
  364.                     left : 85px;
  365.                     top : 5px;
  366.                     
  367.  
  368.                     background-image : url('images/SubMenuShutdownOff.png');
  369.                 }
  370.                 #SiteContainer #SiteLeftContainer #SiteSubMenuContainer ul li.Shutdown a:hover
  371.                 {
  372.                     position : absolute;
  373.                     width : 35px;
  374.                     height : 50px;
  375.                     left : 75px;
  376.                     top : 5px;
  377.                     
  378.  
  379.                     background-image : url('images/SubMenuShutdown.png');
  380.                 }
  381.  
  382.                 #SiteContainer #SiteLeftContainer #SiteSubMenuContainer ul li.Info a
  383.                 {
  384.                     position : absolute;
  385.                     width : 35px;
  386.                     height : 35px;
  387.                     left : 122px;
  388.                     top : 5px;
  389.                    
  390.                     
  391.                     background-image : url('images/SubMenuInfoOff.png');
  392.                 }
  393.                 #SiteContainer #SiteLeftContainer #SiteSubMenuContainer ul li.Info a:hover
  394.                 {
  395.                     position : absolute;
  396.                     width : 35px;
  397.                     height : 50px;
  398.                     left : 122px;
  399.                     top : 5px;
  400.                    
  401.                     
  402.                     background-image : url('images/SubMenuInfo.png');
  403.                 }
  404.  
  405.                 
  406.                 #SiteContainer #SiteLeftContainer #SiteSubMenuContainer ul li.Configuration a
  407.                 {
  408.                     position : absolute;
  409.                     width : 35px;
  410.                     height : 35px;
  411.                     left : 146px;
  412.                     top : 5px;
  413.                    
  414.                     
  415.                     background-image : url('images/SubMenuConfigurationOff.png');
  416.                 }
  417.                 #SiteContainer #SiteLeftContainer #SiteSubMenuContainer ul li.Configuration a:hover
  418.                 {
  419.                     position : absolute;
  420.                     width : 35px;
  421.                     height : 50px;
  422.                     left : 146px;
  423.                     top : 5px;
  424.                    
  425.                     
  426.                     background-image : url('images/SubMenuConfiguration.png');
  427.                 }
  428.  
  429.  
  430.         #SiteContainer #SiteLeftContainer #SiteVolumeContainer
  431.         {
  432.             position : absolute;
  433.             width : 165px;
  434.             height : 25px;
  435.             left : 75px;
  436.             top : 450px;
  437.         background-image : url('images/VolumeSliderBackground.png');
  438.         }
  439.  
  440.             #SiteContainer #SiteLeftContainer #SiteVolumeContainer ul
  441.             {
  442.                 margin: 0;
  443.                 padding: 0;
  444.                 list-style-type: none;
  445.                 
  446.                 /* Fix for buggy IE */
  447.                 font-size : 1px;
  448.         
  449.  
  450.             }
  451.                 #SiteContainer #SiteLeftContainer #SiteVolumeContainer ul li.vol0 a
  452.                 {
  453.                     position : absolute;
  454.                     width : 13px;
  455.                     height : 25px;
  456.                     left : 1px;
  457.                     top : 0px;
  458.                  }   
  459.                 #SiteContainer #SiteLeftContainer #SiteVolumeContainer ul li.vol0 a:hover
  460.         {                   
  461.                     
  462.                     background-image : url('images/volumeslider.png');
  463.               }
  464.                 #SiteContainer #SiteLeftContainer #SiteVolumeContainer ul li.vol10 a
  465.                 {
  466.                     position : absolute;
  467.                     width : 13px;
  468.                     height : 25px;
  469.                     left : 16px;
  470.                     top : 0px;
  471.                     background: none;
  472.                 }   
  473.                 #SiteContainer #SiteLeftContainer #SiteVolumeContainer ul li.vol10 a:hover
  474.         {                   
  475.                     
  476.                     background-image : url('images/volumeslider.png');
  477.               }
  478.                 #SiteContainer #SiteLeftContainer #SiteVolumeContainer ul li.vol20 a
  479.                 {
  480.                     position : absolute;
  481.                     width : 13px;
  482.                     height : 25px;
  483.                     left : 31px;
  484.                     top : 0px;
  485.                    
  486.                 }   
  487.                 #SiteContainer #SiteLeftContainer #SiteVolumeContainer ul li.vol20 a:hover
  488.         {                     
  489.                     background-image : url('images/volumeslider.png');
  490.               }
  491.                 #SiteContainer #SiteLeftContainer #SiteVolumeContainer ul li.vol30 a
  492.                 {
  493.                     position : absolute;
  494.                     width : 13px;
  495.                     height : 25px;
  496.                     left : 46px;
  497.                     top : 0px;
  498.                    
  499.                 }   
  500.                 #SiteContainer #SiteLeftContainer #SiteVolumeContainer ul li.vol30 a:hover
  501.         {                     
  502.                     background-image : url('images/volumeslider.png');
  503.               }
  504.                 #SiteContainer #SiteLeftContainer #SiteVolumeContainer ul li.vol40 a
  505.                 {
  506.                     position : absolute;
  507.                     width : 13px;
  508.                     height : 25px;
  509.                     left : 61px;
  510.                     top : 0px;
  511.                    
  512.                 }   
  513.                 #SiteContainer #SiteLeftContainer #SiteVolumeContainer ul li.vol40 a:hover
  514.         {                     
  515.                     background-image : url('images/volumeslider.png');
  516.              }
  517.                 #SiteContainer #SiteLeftContainer #SiteVolumeContainer ul li.vol50 a
  518.                 {
  519.                     position : absolute;
  520.                     width : 13px;
  521.                     height : 25px;
  522.                     left : 76px;
  523.                     top : 0px;
  524.                    
  525.                 }   
  526.                 #SiteContainer #SiteLeftContainer #SiteVolumeContainer ul li.vol50 a:hover
  527.         {                     
  528.                     background-image : url('images/volumeslider.png');
  529.               }
  530.                 #SiteContainer #SiteLeftContainer #SiteVolumeContainer ul li.vol60 a
  531.                 {
  532.                     position : absolute;
  533.                     width : 13px;
  534.                     height : 25px;
  535.                     left : 91px;
  536.                     top : 0px;
  537.                    
  538.                 }   
  539.                 #SiteContainer #SiteLeftContainer #SiteVolumeContainer ul li.vol60 a:hover
  540.         {                     
  541.                     background-image : url('images/volumeslider.png');
  542.              }
  543.                 #SiteContainer #SiteLeftContainer #SiteVolumeContainer ul li.vol70 a
  544.                 {
  545.                     position : absolute;
  546.                     width : 13px;
  547.                     height : 25px;
  548.                     left : 106px;
  549.                     top : 0px;
  550.                    
  551.                 }   
  552.                 #SiteContainer #SiteLeftContainer #SiteVolumeContainer ul li.vol70 a:hover
  553.         {                     
  554.                     background-image : url('images/volumeslider.png');
  555.              }
  556.                 #SiteContainer #SiteLeftContainer #SiteVolumeContainer ul li.vol80 a
  557.                 {
  558.                     position : absolute;
  559.                     width : 13px;
  560.                     height : 25px;
  561.                     left : 121px;
  562.                     top : 0px;
  563.                    
  564.                 }   
  565.                 #SiteContainer #SiteLeftContainer #SiteVolumeContainer ul li.vol80 a:hover
  566.         {                     
  567.                     background-image : url('images/volumeslider.png');
  568.               }
  569.                 #SiteContainer #SiteLeftContainer #SiteVolumeContainer ul li.vol90 a
  570.                 {
  571.                     position : absolute;
  572.                     width : 13px;
  573.                     height : 25px;
  574.                     left : 136px;
  575.                     top : 0px;
  576.                    
  577.                 }   
  578.                 #SiteContainer #SiteLeftContainer #SiteVolumeContainer ul li.vol90 a:hover
  579.         {                    
  580.                     background-image : url('images/volumeslider.png');
  581.               }
  582.                 #SiteContainer #SiteLeftContainer #SiteVolumeContainer ul li.vol100 a
  583.                 {
  584.                     position : absolute;
  585.                     width : 13px;
  586.                     height : 25px;
  587.                     left : 151px;
  588.                     top : 0px;
  589.                 }   
  590.                 #SiteContainer #SiteLeftContainer #SiteVolumeContainer ul li.vol100 a:hover
  591.         {                   
  592.                     background-image : url('images/volumeslider.png');
  593.               }
  594.  
  595.     #SiteContainer #SiteRightContainer
  596.     {
  597.         position : relative;
  598.         width : 696px;
  599.         height : 530px;
  600.         left : 280px;
  601.         top : 26px;
  602.         margin : 0;
  603.         padding : 0;
  604.         white-space : nowrap;
  605.     }
  606.  
  607.         #SiteContainer #SiteRightContainer #SiteBannerContainer div
  608.         {
  609.             
  610.             position : absolute;
  611.             width : 200px;
  612.             height : 40px;
  613.             left : 0px;
  614.             top : 4px;
  615.         }
  616.         
  617.         
  618.         #SiteContainer #SiteRightContainer div#SiteBannerContainer #SiteBannerMusicPlaylist
  619.         {
  620.             background-image : url('images/BannerMusicPlaylist.png');
  621.         }
  622.         
  623.         #SiteContainer #SiteRightContainer div#SiteBannerContainer #SiteBannerVideoPlaylist
  624.         {
  625.             background-image : url('images/BannerVideoPlaylist.png');
  626.         }
  627.         
  628.  
  629.  
  630.         #SiteContainer #SiteRightContainer #SiteContentContainer
  631.         {
  632.             position : absolute;
  633.             width : 685px;
  634.             height : 430px;
  635.             left : 8px;
  636.             top : 60px;
  637.             
  638.             float : left;
  639.             
  640.             color : #FFFFFF;
  641.             
  642.             overflow : auto;
  643.             scrollbar-base-color : #c7c7c7;
  644.             scrollbar-3dlight-color : #000000;
  645.             scrollbar-arrow-color : #FF00000;
  646.             scrollbar-darkshadow-color : #000000;
  647.             scrollbar-face-color : #bdbdbd;
  648.             scrollbar-highlight-color : #bdbdbd;
  649.             scrollbar-shadow-color : #bdbdbd;
  650.             scrollbar-track-color : #8b8b8b;  
  651.  
  652.  
  653.         }
  654.  
  655.             #SiteContainer #SiteRightContainer #SiteContentContainer td
  656.             {
  657.                 color : #FFFFFF;
  658.                 font-family : Arial, Helvetica, Verdana;
  659.                 font-size : 12px;
  660.             }
  661.  
  662.  
  663.             #SiteContainer #SiteRightContainer #SiteContentContainer a
  664.             {
  665.                 border-bottom : 1px dotted #AAAAAA;
  666.                 text-decoration : none;
  667.                 color : #FFFFFF;
  668.             }
  669.  
  670.  
  671.  
  672.             #SiteContainer #SiteRightContainer #SiteContentContainer #ItemList
  673.             {
  674.                 margin: 0;
  675.                 padding: 0;
  676.                 list-style-type: none;
  677.             }
  678.  
  679.                 #SiteContainer #SiteRightContainer #SiteContentContainer #ItemList li
  680.                 {
  681.                     display :block;
  682.                     padding: 0;
  683.                     margin-top : 2px;
  684.                     margin-bottom : 2px;
  685.                     height : 24px;
  686.                     
  687.                     background-repeat : no-repeat;
  688.                 }
  689.  
  690.                     #SiteContainer #SiteRightContainer #SiteContentContainer #ItemList li a
  691.                     {
  692.                         border-bottom : none;
  693.                         text-decoration : none;
  694.                         color : #FFFFFF;
  695.                     }
  696.  
  697.  
  698.                     #SiteContainer #SiteRightContainer #SiteContentContainer #ItemList li div.ItemFolder
  699.                     {
  700.                         float : left ;
  701.                         width : 24px;
  702.                         height : 24px;
  703.                         margin-right : 5px;
  704.                         
  705.                         background-image : url('images/ItemFolder.png');
  706.                         
  707.                         /* Fix for buggy IE */
  708.                         _background-image : none;
  709.                         _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='styles/Project%20Mayhem/images/ItemFolder.png');
  710.                     }
  711.  
  712.                     #SiteContainer #SiteRightContainer #SiteContentContainer #ItemList li div.ItemFileMyPictures
  713.                     {
  714.                         float : left ;
  715.                         width : 24px;
  716.                         height : 24px;
  717.                         margin-right : 5px;
  718.                         
  719.                         background-image : url('images/ItemFileMyPictures.png');
  720.                         /* Fix for buggy IE */
  721.                         _background-image : none;
  722.                         _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='styles/Project%20Mayhem/images/ItemFileMyPictures.png');
  723.                     }
  724.  
  725.                     #SiteContainer #SiteRightContainer #SiteContentContainer #ItemList li div.ItemFileMyMusic, #SiteContainer #SiteRightContainer #SiteContentContainer #ItemList li div.ItemFileMusicPlaylist
  726.                     {
  727.                         float : left ;
  728.                         width : 24px;
  729.                         height : 24px;
  730.                         margin-right : 5px;
  731.                         
  732.                         background-image : url('images/ItemFileMyMusic.png');
  733.                         /* Fix for buggy IE */
  734.                         _background-image : none;
  735.                         _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='styles/Project%20Mayhem/images/ItemFileMyMusic.png');
  736.                     }
  737.  
  738.                     #SiteContainer #SiteRightContainer #SiteContentContainer #ItemList li div.ItemFileMyVideos, #SiteContainer #SiteRightContainer #SiteContentContainer #ItemList li div.ItemFileVideoPlaylist
  739.                     {
  740.                         float : left ;
  741.                         width : 24px;
  742.                         height : 24px;
  743.                         margin-right : 5px;
  744.                         
  745.                         background-image : url('images/ItemFileMyVideos.png');
  746.                         /* Fix for buggy IE */
  747.                         _background-image : none;
  748.                         _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='styles/Project%20Mayhem/images/ItemFileMyVideos.png');
  749.                     }
  750.  
  751.  
  752.                     #SiteContainer #SiteRightContainer #SiteContentContainer #ItemList li div.FileName
  753.                     {
  754.                         float : left ;
  755.                     }
  756.  
  757.                         #SiteContainer #SiteRightContainer #SiteContentContainer #ItemList li div.FileName a
  758.                         {
  759.                             font-family : Trebuchet MS, Verdana, Arial, Helvetica;
  760.                             font-size : 16px;
  761.                             color : #ffffff;
  762.                             text-decoration : none;
  763.                         }
  764.  
  765.  
  766.                     #SiteContainer #SiteRightContainer #SiteContentContainer #ItemList li div.AddQueue
  767.                     {
  768.                         float : left ;
  769.                     }
  770.  
  771.                         #SiteContainer #SiteRightContainer #SiteContentContainer #ItemList li div.AddQueue a
  772.                         {
  773.                             display : block;
  774.                             margin-top : 4px;
  775.                             margin-right : 5px;
  776.                             width : 15px;
  777.                             height : 15px;
  778.                             background-image : url('images/ItemAddQueueOff.png');
  779.                         }
  780.  
  781.                         #SiteContainer #SiteRightContainer #SiteContentContainer #ItemList li div.AddQueue a:hover
  782.                         {
  783.                             display : block;
  784.                             margin-top : 4px;
  785.                             margin-right : 5px;
  786.                             width : 15px;
  787.                             height : 15px;
  788.                             background-image : url('images/ItemAddQueueOver.png');
  789.                         }
  790.  
  791.                             #SiteContainer #SiteRightContainer #SiteContentContainer #ItemList li div.AddQueue a span
  792.                             {
  793.                                 display : none;
  794.                             }
  795.  
  796.  
  797.  
  798.                     #SiteContainer #SiteRightContainer #SiteContentContainer #ItemList li div.RemoveQueue
  799.                     {
  800.                         float : left ;
  801.                     }
  802.  
  803.                         #SiteContainer #SiteRightContainer #SiteContentContainer #ItemList li div.RemoveQueue a
  804.                         {
  805.                             display : block;
  806.                             margin-left : 5px;
  807.                             margin-top : 4px;
  808.                             margin-right : 5px;
  809.                             width : 15px;
  810.                             height : 15px;
  811.                             background-image : url('images/ItemRemoveQueueOff.png');
  812.                         }
  813.  
  814.                         #SiteContainer #SiteRightContainer #SiteContentContainer #ItemList li div.RemoveQueue a:hover
  815.                         {
  816.                             display : block;
  817.                             margin-left : 5px;
  818.                             margin-top : 4px;
  819.                             margin-right : 5px;
  820.                             width : 15px;
  821.                             height : 15px;
  822.                             background-image : url('images/ItemRemoveQueueOver.png');
  823.                         }
  824.  
  825.                             #SiteContainer #SiteRightContainer #SiteContentContainer #ItemList li div.RemoveQueue a span
  826.                             {
  827.                                 display : none;
  828.                             }
  829.  
  830.  
  831.  
  832.  
  833. #SiteCommandContainer
  834. {
  835.     display : none;
  836. }
  837.  
  838.